להשתמש ב-crypt או ב-hash כדי להצפין סיסמה?
4
תשובות
לא הבנתי את הקטע של ה-blowfish ואיך אני משתמש בזה.
$stringToEncrypt = ' Yo ';
$secret = 'usesomesillystringforsalt';
// don't touch anything below
echo crypt($stringToEncrypt, '$2a$07$'.$secret.'$');